Description
Get a social workspace activity stream.
Operation id | Services.GetSocialWorkspaceActivityStream |
Category | Services |
Label | Get a social workspace activity stream |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Services.GetSocialWorkspaceActivityStream",
"label" : "Get a social workspace activity stream",
"category" : "Services",
"requires" : null,
"description" : "Get a social workspace activity stream.",
"url" : "Services.GetSocialWorkspaceActivityStream",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "activityLinkBuilder",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "contextPath",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "language",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "limit",
"description" : null,
"type" : "integer",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "offset",
"description" : null,
"type" : "integer",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}